home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dcr / 00244.txt < prev    next >
Encoding:
Text File  |  1996-12-05  |  151 b   |  7 lines

  1. on displaySWAData
  2.    if the state of member "SWAHolder" >= 2 then
  3.       put the duration of member "SWAHolder" into ¬¨
  4.  field "duration"
  5.    end if
  6. end
  7.